home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Graphics / STIMP_noise / doc / pnmaddnoise.txt < prev    next >
Encoding:
Text File  |  1998-01-31  |  1.6 KB  |  62 lines

  1.  
  2.                 Documentation for the program "pnmaddnoise"
  3.                =============================================
  4.  
  5.  
  6.                                   PURPOSE
  7.                                  ---------
  8.  
  9. This operator creates additive noise to PBM, PGM and PPM images.
  10.  
  11. ENGLISH: Please read the file "noise.english.txt" for further information
  12.          about the archives contents, the installation, the copyright
  13.          notice and the author.
  14.  
  15. DEUTSCH: Bitte lesen Sie die Datei "noise.deutsch.txt" für weitergehende
  16.          Informationen bezüglich des Archivinhalts, der Installation, der
  17.          Copyright-Notiz und des Autors.
  18.  
  19.  
  20.                            START OF THE PROGRAM
  21.                           ----------------------
  22.  
  23. Syntax: pnmaddnoise [+v|-v] [-wWeight] [-pPercentage] file1 file2
  24.  
  25. Options:
  26.  
  27. +v      : use verbose-mode (default)
  28. -v      : no verbose-mode
  29.  
  30. -w      : noise weight, 0.0 .. 1.0 (default: 0.2)
  31. -p      : percentage of noisy pixels, 0.01 .. 100.0 (default: 5.0)
  32.  
  33. file1   : PBM/PGM/PPM-file, source
  34. file2   : PBM/PGM/PPM-file, destination
  35.  
  36.  
  37.                                  EXAMPLES
  38.                                 ----------
  39.  
  40. pnmaddnoise -w0.3 -p2.0 Lena.PGM Temp:Noisy.PGM
  41.  
  42.  
  43.                                    PLANS
  44.                                   -------
  45.  
  46. None. (Maybe someone detects an error ?)
  47.  
  48.  
  49.                                   HISTORY
  50.                                  ---------
  51.  
  52. Version 1.02, 31.Jan.98
  53. - new includes
  54. - source code optimized
  55.  
  56. Version 1.01, 04.Dec.97
  57. - first release
  58.  
  59. Version 1.00, ??.Nov.97
  60. - separate programs for PGM and PPM
  61.  
  62.